<name>Hylonome</name>
<profession>Comforter</profession>
<faction>Centaurs</faction>
<dialogue>
  <greeting>
    <reply>
      <if>
        <reputation>70</reputation>
      </if>
      <text>Hello! I hope it doesn't scare you to meet such fierce folk as us Centaurs. Ah, hope ... if there was just a little more of it in this world.</text>
      <return>main</return>
    </reply>
    <reply>
      <text>The Mantis prays, so don't be afraid and do the same. A glimmer of hope can go a long way.</text>
      <return>main</return>
    </reply>
  </greeting>
  <main>
    <option>
      <if>
        <key>centaurtojoin</key>
        <key>!centaurjoined</key>
      </if>
      <text>We are looking for a Centaur who is willing to travel with us to Serenity, and maybe visit the famous wine cellar or the ancient temple.</text>
      <npc>
        <reply>
          <text>Dear, dear. I must say that it sounds inviting, but I don't want to leave my husband behind.</text>
          <return>main</return>
        </reply>
      </npc>
    </option>
    <option>
      <text>What do you know about fear?</text>
      <npc>
        <reply>
          <text>Humans will always fear something, it is their nature. But know that there are creatures in this world that can bestow fear on even the bravest. Now you will not perform well if you are afraid, so you'd better get over it quickly. If you find that hard, I have the skill to help you.</text>
          <return>main</return>
        </reply>
      </npc>
    </option>
    <option>
      <text>What do you know about hope?</text>
      <npc>
        <reply>
          <text>Hope is the torch of might and magic alike. Even in the darkest of hours, do not despair, as this torch can do wondrous things.</text>
          <return>main</return>
        </reply>
      </npc>
    </option>
    <option>
      <text>Hat off to you, lady.</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </main> 
</dialogue>